Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from main #5

Merged
merged 28 commits into from
Aug 13, 2024
Merged

from main #5

merged 28 commits into from
Aug 13, 2024

Conversation

henrivdr
Copy link
Owner

No description provided.

Noisyfox and others added 28 commits August 3, 2024 22:01
* Fix crash when filling very tiny (1-5nm) gaps (SoftFever#6279)

Cherry-picked from prusa3d/PrusaSlicer@8784ca0

Co-authored-by: Lukáš Hejl <[email protected]>

* SPE-2256: Fix the issue that we used the old Voronoi graph during the detection of invalid Voronoi diagrams.

This happens because we didn't set a modified flag that is required to be set before we use the new Voronoi graph.
Possibly related to #12385

Cherry-picked from prusa3d/PrusaSlicer@2de1f3a

Co-authored-by: Lukáš Hejl <[email protected]>

---------

Co-authored-by: Lukáš Hejl <[email protected]>
* update locale and Polish translations

for PR SoftFever#6329

* fix

* text.js_update Polish translation

* fix
* fix gizmo bar wobbling

Gizmo bar is wobbling at specific application window width range.
This comes from a bar scaling calculations method:
    - new scale calculated for already scaled bar
    - scale stored as application settings loosing precision

Rework gizmo bar resizing code to remove feedback:
    - calculate scale factor based on unscaled bar size

* rework gizmo bar scaling

Unify scaling implementation across platforms (MacOS, Win, Linux).

Now all platform scale bar setting icon size.
Toolbar scale is used for high-DPI displays scaling only.

* Add comments, reorganize changes to minimize diff
* Fix -Wsubobject-linkage warning

Having tk::spline header-only implementation included from
SmallAreaInfillFlowCompensator.hpp makes
SmallAreaInfillFlowCompensator::flowModel have separate (albeit the
same) implementation in each translation unit.

In order to fix this issue, SmallAreaInfillFlowCompensator::flowModel
converted to opaque 'pimpl'

* spline: remove anonymous namespace

Remove outer anonymous namespace from splice.h to make
forward declaration for tk::spline possible.
… hop config value not used (SoftFever#6245)

* Fix z hop performed after retraction in PA pattern calibration. Fix zhop config value not used

* Updated gathering of z hop value method for consistency
* Update OrcaSlicer_tr.po - TURKISH translation update

* Update TURKISH translations

* Update TURKISH translations

* Update TURKISH translations
* Jerk - per axis maximum limit

* Fixing Klipper and refactoring

* Remove unused variables
* Use more readable data types for storing triangle splitting information.

* fix build errors

* SPE-2063: Determine correctly which extruders are used when the object is painted by the multi-material painting gizmo.

During the serialization of TriangleSelector and also during reading serialized painting data from 3MF, we cache all used states in the painted triangle mesh.

Based on this information, we can quickly determine which extruders are used and which don't.

* Fixed an bug that filament list was not updated properly

---------

Co-authored-by: Lukáš Hejl <[email protected]>
* Clarified flow ratio tooltips

* Spelling

* Formatting
Here are more missing header files recently identified by building
without precompiled header support.
* Revert "Fix SoftFever#3311: filament Load / Unload time was not used in time estimation (SoftFever#3706)"

This reverts commit 2527884.

* revamp tool/filament change time

* tweak message
* translation for new features

* fix typo
* Added missing strings.

* Added missing translations

* Fixed boost format
…ftFever#6278)

* Added SBS to filament_info.json

* Added SBS to Print.cpp

* added SBS to PrintConfig.cpp

* Added SBS to BBL

* Added SBS Template and also specified SBS as type in fdm_filament_sbs.json

* Updated settings for SBS in filament_sbs_template.json

* Applied SBS settings to  fdm_filament_sbs.json

* added settings to Generic SBS @base.json

---------

Co-authored-by: Duan Gauche <[email protected]>
Co-authored-by: SoftFever <[email protected]>
This reverts commit b83e16d.

Found regressions like auto orientation didn't work anymore after this change, revert it
@henrivdr henrivdr merged commit 0c533de into bug/preset_export Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.